Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit e2be95df3ec605fef58af40788aaa5ef45f4a7b3


Parents : 58dc7f5
Author : Mark Qvist <mark@adepta.io>
Date : 2020-04-22T16:49:04+02:00

Fixed typo

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/Libraries/Example.py b/Libraries/Example.py
index 82fc139..24cea49 100644
--- a/Libraries/Example.py
+++ b/Libraries/Example.py
@@ -13,7 +13,7 @@ serialPort = "/dev/ttyUSB0"
def gotPacket(data, rnode):
print "Received a packet: "+data
print "RSSI: "+str(rnode.r_stat_rssi)+" dBm"
- print "SNR: "+str(rnode.r_stat_snr)+" dBm"
+ print "SNR: "+str(rnode.r_stat_snr)+" dB"
# Create an RNode instance. This configures
# and powers up the radio.


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────